*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 4 Dec 2006 12:39:58 +0000 (12:39 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 4 Dec 2006 12:39:58 +0000 (12:39 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index fef2f25fb0cac272efc89ecc5540de6d875f5eb2..50f515274a4dfc8ade12a2aa3045be14644d4ec6 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-04  Kim F. Storm  <storm@cua.dk>
+
+       * bindings.el (global-map): Bind [signal t] to ignore, to have
+       user signals ignored by default.
+
 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
 
        * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
index 312932c591a7023109cd8608c1e8252c6e504d77..88aeae85b25d7c7cfa52ecfa9fc35ff3ffa04614 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-04  Kim F. Storm  <storm@cua.dk>
+
+       * commands.texi (Misc Events): Update signal events.
+       (Event Examples): Add signal example.
+
 2006-11-29  Richard Stallman  <rms@gnu.org>
 
        * frames.texi (Visibility of Frames): Explain visible windows
index 1a7f10364fc2ce1b47b85686d5f0ffdddd1c6801..582d80c3d573fb21e9085f2c60f71114c0f71664 100644 (file)
@@ -9,12 +9,13 @@
        if first event in [signal xxx] sequence.
        (lispy_user_signals, Qusr1_signal, Qusr2_signal): Remove.
        (syms_of_keyboard): Don't intern and staticpro them.
-       (Qsignal, Qusr1, Qusr2): Declare.
-       (syms_of_keyboard): Intern and staticpro them.
-       (make_lispy_event): Return them for USER_SIGNAL_EVENTs.
+       (Qsignal): Declare here.
+       (syms_of_keyboard): Intern and staticpro it.
+       (make_lispy_event): Use it.  Intern symbols on the fly for other
+       USER_SIGNAL_EVENTs events.
 
        * process.c (Qsignal): Declare extern.
-       (syms_of_process): Don't intern/staticpro them here.
+       (syms_of_process): Don't intern/staticpro it here.
 
        * process.c (read_process_output): Abort if carryover < 0.